This sample demonstrates interaction with a Token Vending Machine where a username/password combination is required. The user is expected to register with the App first by connecting to an external website. In this sample the website is a specific page on the Token Vending Machine. After registering, the user would be able to start the App by logging in.
It is assumed that the Token Vending Machine specific to this sample application is already running.
AmazonS3PersonalFileStore-iOS/S3PersonalFileStore.xcodeproj project file in Xcode.Constants.h file. TOKEN_VENDING_MACHINE_URL with the DNS domain name where your Token Vending Machine is running (ex: tvm.elasticbeanstalk.com).APP_NAME with the name you configured your Token Vending Machine with (ex: MyMobileAppName).USE_SSL to YES or NO based on whether your Token Vending Machine is running SSL or not.BUCKET_NAME to the Amazon S3 Bucket you want to use, this bucket should have been previously created and should match the bucket name you used in the token vending machine policies.